Dynamicweb 8 Documentation
ProductIndexEntryCategoryField Constructor(String,String,ProductIndexEntryField[])

Category ID.
Field values.
Initializes a new instance of an object.
Syntax
'Declaration
 
Public Function New( _ 
   ByVal categoryID As String, _ 
   ByVal languageID As String, _ 
   ByVal values() As ProductIndexEntryField _ 
)
public ProductIndexEntryCategoryField( 
   string categoryID,
   string languageID,
   ProductIndexEntryField[] values 
)

Parameters

categoryID
Category ID.
languageID
values
Field values.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ProductIndexEntryCategoryField Class
ProductIndexEntryCategoryField Members
Overload List

Send Feedback